module Bandidos {
	 imports {
		 Base}
	
    item Bandidos_Jacket
    {
        Type = Clothing,
        DisplayName = Bandidos Leather Jacket,
        ClothingItem = Bandidos_Jacket,
        BodyLocation = Jacket,
        Icon = BFFB1,
        BloodLocation = Jacket,

        ClothingItemExtra = Bandidos_Jacket_Open,
        ClothingItemExtraOption = Open,
        clothingExtraSubmenu = Close,

        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = Jacket_Ground,
    }
    item Bandidos_Jacket_Open
    {
        Type = Clothing,
        DisplayName = Bandidos Leather Jacket,
        ClothingItem = Bandidos_Jacket_Open,
        BodyLocation = Jacket,
        Icon = BFFB1,
        BloodLocation = Jacket,

        ClothingItemExtra = Bandidos_Jacket,
        ClothingItemExtraOption = Close,
        clothingExtraSubmenu = Open,

        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = Jacket_Ground,
    }
    item Bandidos_Vest
    {
        Type = Clothing,
        DisplayName = Bandidos Vest,
        ClothingItem = Bandidos_Vest,
        BodyLocation = Jacket,
        Icon = BFFB2,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Bandidos_Vest_Open,
        ClothingItemExtraOption = Open,
        clothingExtraSubmenu = Close,

        BiteDefense = 20,
        Insulation = 0.7,
        WindResistance = 0.7,
        FabricType = Leather,
        WaterResistance = 0.6,
        Weight = 1.6,
        WorldStaticModel = Vest_Ground,
    }
    item Bandidos_Vest_Open
    {
        Type = Clothing,
        DisplayName = Bandidos Vest,
        ClothingItem = Bandidos_Vest_Open,
        BodyLocation = Jacket,
        Icon = BFFB2,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Bandidos_Vest,
        ClothingItemExtraOption = Close,
        clothingExtraSubmenu = Open,

        BiteDefense = 20,
        Insulation = 0.7,
        WindResistance = 0.7,
        FabricType = Leather,
        WaterResistance = 0.6,
        Weight = 1.6,
        WorldStaticModel = Vest_Ground,
    }
    item Bandidos_Vest_Denim
    {
        Type = Clothing,
        DisplayName = Bandidos Vest Denim,
        ClothingItem = Bandidos_Vest_Denim,
        BodyLocation = Jacket,
        Icon = BFFB3,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Bandidos_Vest_Denim_Open,
        ClothingItemExtraOption = Open,
        clothingExtraSubmenu = Close,

        BiteDefense = 15,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.5,
        Weight = 1.5,
        WorldStaticModel = Vest_Ground,
    }
    item Bandidos_Vest_Denim_Open
    {
        Type = Clothing,
        DisplayName = Bandidos Vest Denim,
        ClothingItem = Bandidos_Vest_Denim_Open,
        BodyLocation = Jacket,
        Icon = BFFB3,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Bandidos_Vest_Denim,
        ClothingItemExtraOption = Close,
        clothingExtraSubmenu = Open,

        BiteDefense = 15,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.5,
        Weight = 1.5,
        WorldStaticModel = Vest_Ground,
    }
}